 @import "flex.css";

html, body {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}

body
{
    background-image: linear-gradient(to bottom,var(--color-grisclaro),var(--color-grisoscuro));
}

.headerImage
{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
#header1
{
    background-position: bottom;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
    background-image: linear-gradient(to right, rgba(213,132,50,0.05), rgba(213,132,50,0.75)),url(../img/IMAGEN_NANDE_CABLE.png);
}
#header2
{
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0 100%);
    background-image: linear-gradient(to right, rgba(38,106,174,0.05), rgba(38,106,174,0.75)),url(../img/IMAGEN_ITEMAX.png);
    background-position: bottom;
}
#header3
{
    background-position: bottom;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
    background-image: linear-gradient(to right, rgba(195,84,237,0.05), rgba(195,84,237,0.75)),url(../img/20211227_115606.jpg);
}
#headerImages
{
    height: 100%;
    background-color: var(--color-grisoscuro);
    border-top: 2px solid rgba(1,1,1,0.2);
}

 @media (max-width: 1200px) {
     #header2
     {
         background-image: linear-gradient(to right, rgba(38,106,174,0.05), rgba(38,106,174,0.75)),url(../img/IMAGEN_ITEMAX1.png);
         background-position: center;
     }
 }